From d941bea3d7e25efb7fae1672058d7832f60a8dd7 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 3 Feb 2017 14:14:36 -0800 Subject: [PATCH] Update API doc URL for Cargo Closes #3640 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da83c3f88..0cb4e934f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Yehuda Katz ", license = "MIT/Apache-2.0" homepage = "https://crates.io" repository = "https://github.com/rust-lang/cargo" -documentation = "http://doc.crates.io/cargo" +documentation = "https://docs.rs/cargo" description = """ Cargo, a package manager for Rust. """ -- 2.30.2